.index-header {
    height: 60px;
    background-color: #1b5395;
    color: #fff;
    position: fixed;
    width: 100%;
    max-width: 2560px;
    z-index: 1000;
}

.index-top {
    width: 1300px;
    height: 100%;
    margin: 0 auto;
}

.index-header .title {
    font-size: 16px;
    line-height: 60px;
    margin-left: 10px;
}

.index-header .item {
    color: #fff;
    line-height: 60px;
}

.index-header .item:hover {
    color: #fff;
    text-decoration: underline;
}

.index-header .mian-nav {
    margin-left: 135px;
}
.index-header .mian-nav li {
    float: left;
}

.index-header .mian-nav li a {
    display: block;
}

.index-header .mian-nav li:hover a {
    color: #1b5395 !important;
    background: #ffffff;
}
.index-header .mian-nav .icon-home {
    position: relative;
    top: 16px;
    float: left;
    width: 28px;
    height: 26px;
    margin-bottom: 0 !important;
    padding: 0 15px;
    background: url(/2023/icon-home.png) no-repeat center center;
}

.index-header .mian-nav .item {
    font-size: 24px;
    font-weight: bold;
    padding: 0 15px;
}

.index-header .right-bolck {
    margin-right: 15px;
}

.index-header .right-bolck .item {
    font-size: 16px;
    padding: 0 10px;
}


/* index-search */
.slideHome{
    width: 100%;
    height: 640px;
    overflow: hidden;
    position: relative;
}
.index-lb{
    height: 640px;
    position: relative;
}
.index-lb-1{
    height: 640px;
    background: url(/2023/index-search-bg_1.jpg) no-repeat center -60px;
}
.index-lb-2{
    height: 640px;
    background: url(/2023/index-search-bg_2.jpg) no-repeat center -60px;
}
.index-lb-3{
    height: 640px;
    background: url(/2023/index-search-bg_3.jpg) no-repeat center -60px;
}
.index-search .logo-warp {
    padding-top: 54px;
    text-align: center;
    margin-bottom: 40px;
}

.index-search .logo,
.index-search .title {
    margin: 0 auto;
    display: block;
}

.index-search .logo {
    width: 99px;
    height: 106px;
    margin-bottom: 20px;
}

.index-search .title {
    width: 401px;
    height: 56px;
}

.index-search .search-bar {
    margin: 0 auto;
    width: 500px;
    height: 50px;
    top: 276px;
    position: relative;
    background: url(/2023/bg-search.png) no-repeat center center;
}

.index-search .search-bar .text {
    width: 400px;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 20px;
    font-size: 18px;
    margin: 0;
    color: #999;
    border: none;
    outline: none;
    background: none;
}

.index-search .search-bar .submit-btn {
    margin: 0;
    padding: 0;
    width: 70px;
    height: 50px;
    line-height: 50px;
    border: none;
    outline: none;
    cursor: pointer;
    background: none;
}

/* index-toutiao */

.index-toutiao {
    position: relative;
    background: url(/2023/bg-toutiao.png) no-repeat center bottom;
    padding-bottom: 120px;
    margin-bottom: 20px;
}

.index-toutiao .detail-mhide {
    position: absolute;
    display: inline-block;
    width: 30px !important;
    top: 0;
    right: 0;
    background: #fff;
    font-size: 14px;
    border-radius: 20px;
    border: 1px solid #1b5395;
    color: #1b5395;
    line-height: 26px;
    padding: 0px 9px;
}

.index-toutiao .detail-mhide2 {
    float: right;
    /* background-color: #fff; */
    /* border-radius: 20px;
    border: 1px solid #1b5395; */
    font-size: 14px;
    color: #1b5395;
    line-height: 30px;
    padding: 0 10px;
}

.index-toutiao .detail-mhide2:hover {
    text-decoration: underline;
}

.index-toutiao .detail-mhide:hover {
    text-decoration: underline;
}

.index-toutiao .mhide {
    font-size: 32px;
    color: #1b5395;
    text-align: center;
    font-weight: bold;
}

.index-toutiao .mhide a {
    width: 1200px;
    display: block;
    margin: 0 auto;
}

.index-toutiao a:hover {
    text-decoration: underline;
}

.index-toutiao a {
    color: #1b5395;
    text-decoration: none;
}

.index-toutiao .memo-mhide {
    margin-top: 10px;
    font-size: 19px;
    color: #1b5395;
    text-align: center;
}


/* index-news */

.index-news {
    margin-bottom: 60px;
    height: 360px;
    position: relative;
}

.index-news .left-block {
    width: 640px;
    height: 360px;
    float: left;
    overflow: hidden;
    position: relative;
}

.index-news .left-block .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.index-news .left-block .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 640px;
    height: 360px;
    position: relative;
    overflow: hidden;
}

.index-news .left-block .bd img {
    /* width: 640px;
    height: 360px; */
    display: block;
    width: 100%;
    margin: 0 auto;
}

.index-news .left-block .prev,
.index-news .left-block .next {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
    display: block;
    width: 40px;
    height: 60px;
    background: url(/2023/left.png) center center no-repeat;
    opacity: 0.6;
    border-radius: 15px;
}

.index-news .left-block .next {
    background: url(/2023/right.png) center center no-repeat;
    left: auto;
    right: 0;
}

.index-news .left-block .prev:hover,
.index-news .left-block .next:hover {
    opacity: 1;
}

.index-news .left-block .u-tit {
    background: url(/2023/opacity.png) repeat;
    color: #fff;
    font-size: 16px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.index-news .left-block .u-tit p {
    padding: 8px;
    text-align: center;
}

.index-news .right-block {
    width: 640px;
    height: 360px;
    text-align: left;
    overflow: hidden;
}

.index-news .right-block .hd {
    height: 50px;
    line-height: 50px;
    padding: 0 10px 0 20px;
    position: relative;
}

.index-news .right-block .hd ul {
    float: left;
    position: absolute;
    left: 20px;
    top: -1px;
    height: 52px;
}

.index-news .right-block .hd ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
    font-size: 26px;
    color: #333;
}

.index-news .right-block .hd ul li.on a {
    color: #1b5395;
}

.index-news .right-block .hd ul li.on {
    height: 50px;
    border-bottom: 1px solid #1b5395;
    font-weight: bold;
}

.index-news .right-block .bd ul {
    padding: 15px;
    zoom: 1;
}

.index-news .right-block .bd li {
    height: 42px;
    line-height: 42px;
    color: #333;
    font-size: 20px;
    background: url(/2023/list_point.png) no-repeat 18px center;
    padding-left: 48px;
    display: flex;
    align-items: center; 
    justify-content: space-between; 

}

.index-news .right-block .bd li a {
    display: inline-block;
    width: 490px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-news .right-block .bd li a:hover {
    text-decoration: underline;
}

.index-news .right-block .bd li .date {
    color: #333;
    font-size: 16px;
    width: 45px;
}


/* index-info */

.index-info {
    height: 700px;
    background: url(/2023/bg-info.png) no-repeat center center;
    margin-bottom: 60px;
    overflow: hidden;
}

.index-info .tab-name-warp {
    height: 100px;
    line-height: 100px;
    border-bottom: 1px solid #81b9ed;
    text-align: center;
}

.index-info .tab-name {
    padding: 0 60px;
    cursor: pointer;
    font-size: 36px;
    color: #1b5395;
    display: inline-block;
}

.index-info .tab-name.on a {
    color: #1b5395;
}

.index-info .tab-name.on {
    height: 100px;
    font-weight: bold;
    background: url(/2023/icon-triangle.png) no-repeat center bottom;
}

.index-info .tab-content {
    zoom: 1;
}

.index-info .tab-1 .card {
    font-size: 0;
}

.index-info .tab-1 .card a {
    position: relative;
    display: inline-block;
    margin: 30px;
    width: 200px;
    height: 200px;
    background: url(/2023/tab1_bg-card.png) no-repeat center center;
}

.index-info .tab-1 .card a:hover {
    opacity: 0.8;
}

.index-info .tab-1 .card .icon {
    display: block;
    width: 90px;
    height: 90px;
    margin: 35px auto;
}

.index-info .tab-1 .card .title {
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    width: 200px;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
}

.index-info .tab-1 .block-warp {
    padding-top: 20px;
}

.index-info .tab-1 .left-block {
    width: 740px;
    height: 315px;
    text-align: left;
    overflow: hidden;
}

.index-info .tab-1 .left-block .hd {
    height: 50px;
    line-height: 50px;
    padding: 0 10px 0 20px;
    position: relative;
}

.index-info .tab-1 .left-block .hd ul {
    float: left;
    position: absolute;
    left: 20px;
    top: -1px;
    height: 52px;
}

.index-info .tab-1 .left-block .hd ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
    font-size: 26px;
    color: #333;
}

.index-info .tab-1 .left-block .hd ul li.on a {
    color: #1b5395;
}

.index-info .tab-1 .left-block .hd ul li.on {
    height: 50px;
    border-bottom: 1px solid #1b5395;
    font-weight: bold;
}

.index-info .tab-1 .left-block .bd ul {
    padding: 15px;
    zoom: 1;
}

.index-info .tab-1 .left-block .bd li {
    height: 42px;
    line-height: 42px;
    color: #333;
    font-size: 20px;
    background: url(/2023/list_point_blue.png) no-repeat 18px center;
    padding-left: 48px;
}

.index-info .tab-1 .left-block .bd li a {
    display: inline-block;
    width: 590px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-info .tab-1 .left-block .bd li a:hover {
    text-decoration: underline;
}

.index-info .tab-1 .left-block .bd li .date {
    float: right;
    color: #333;
    font-size: 16px;
}

.index-info .tab-1 .right-block {
    width: 480px;
    height: 305px;
    overflow: hidden;
    font-size: 0;
}

.index-info .tab-1 .right-block .link-card {
    display: inline-block;
    width: 220px;
    height: 80px;
    background: url(/2023/tab1_link-card.png) no-repeat center center;
    text-align: center;
    line-height: 80px;
    margin: 0 0 20px 20px;
    font-size: 24px;
    color: #1b5395;
}

.index-info .tab-1 .right-block .link-card:hover {
    opacity: 0.8;
}

.index-info .tab-2 {
    padding-top: 30px;
}

.index-info .tab-2 .left-block {
    width: 820px;
    height: 550px;
    text-align: left;
    overflow: hidden;
}

.index-info .tab-2 .left-block .hd {
    height: 50px;
    line-height: 50px;
    padding: 0 10px 0 20px;
    position: relative;
}

.index-info .tab-2 .left-block .hd ul {
    float: left;
    position: absolute;
    left: 20px;
    top: -1px;
    height: 52px;
}

.index-info .tab-2 .left-block .hd ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
    font-size: 26px;
    color: #333;
}

.index-info .tab-2 .left-block .hd ul li.on a {
    color: #1b5395;
}

.index-info .tab-2 .left-block .hd ul li.on {
    height: 50px;
    border-bottom: 1px solid #1b5395;
    font-weight: bold;
}

.index-info .tab-2 .left-block .bd ul {
    padding: 15px;
    zoom: 1;
}

.index-info .tab-2 .left-block .bd li {
    height: 42px;
    line-height: 42px;
    color: #333;
    font-size: 20px;
    background: url(/2023/list_point_blue.png) no-repeat 18px center;
    padding-left: 48px;
}

.index-info .tab-2 .left-block .bd li a {
    display: inline-block;
    width: 590px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-info .tab-2 .left-block .bd li a:hover {
    text-decoration: underline;
}

.index-info .tab-2 .right-block {
    width: 460px;
    height: 550px;
    overflow: hidden;
}

.index-info .tab-2 .right-block .link-card,
.index-info .tab-2 .right-block .link-card-img {
    display: block;
    width: 460px;
}

.index-info .tab-2 .right-block .link-card {
    margin-bottom: 20px;
}

.index-info .tab-2 .right-block .link-card:hover {
    opacity: 0.8;
}

.index-info .tab-2 .card {
    padding-top: 15px;
    font-size: 0;
}

.index-info .tab-2 .card a {
    display: inline-block;
    margin: 5px;
    width: 150px;
    height: 150px;
    background: url(/2023/tab2_bg-card.png) no-repeat center center;
}

.index-info .tab-2 .card a:hover {
    opacity: 0.8;
}

.index-info .tab-2 .card .icon {
    display: block;
    width: 60px;
    height: 60px;
    margin: 30px auto 0px auto;
}

.index-info .tab-2 .card .title {
    text-align: center;
    font-size: 18px;
    color: #333;
    padding: 0 15px;
    width: 120px;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
}

.index-info .tab-3 {
    padding-top: 30px;
    overflow: hidden;
}

.index-info .tab-3 .left-block {
    width: 820px;
}

.index-info .tab-3 .left-block .hd {
    height: 50px;
    line-height: 50px;
    padding: 0 10px 0 20px;
    position: relative;
}

.index-info .tab-3 .left-block .hd ul {
    float: left;
    position: absolute;
    left: 20px;
    top: -1px;
    height: 52px;
}

.index-info .tab-3 .left-block .hd ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
    font-size: 26px;
    color: #333;
}

.index-info .tab-3 .left-block .hd ul li.on a {
    color: #1b5395;
}

.index-info .tab-3 .left-block .hd ul li.on {
    height: 50px;
    border-bottom: 1px solid #1b5395;
    font-weight: bold;
}

.index-info .tab-3 .left-block .bd {
    margin-bottom: 30px;
}

.index-info .tab-3 .left-block .bd ul {
    padding: 15px;
    zoom: 1;
}

.index-info .tab-3 .left-block .bd li {
    height: 42px;
    line-height: 42px;
    color: #333;
    font-size: 20px;
    background: url(/2023/list_point_blue.png) no-repeat 18px center;
    padding-left: 48px;
}

.index-info .tab-3 .left-block .bd li a {
    display: inline-block;
    width: 535px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-info .tab-3 .left-block .bd li a:hover {
    text-decoration: underline;
}

.index-info .tab-3 .left-block .bd li .date {
    float: right;
    color: #333;
    font-size: 16px;
}

.index-info .tab-3 .feedback-title {
    font-size: 26px;
    color: #1b5395;
    font-weight: bold;
    margin-bottom: 30px;
}

.index-info .tab-3 .feedback-link {
    font-size: 0;
    margin-bottom: 30px;
}

.index-info .tab-3 .feedback-link a {
    display: inline-block;
    margin-right: 20px;
    width: 240px;
    height: 80px;
    overflow: hidden;
}

.index-info .tab-3 .feedback-link a:hover {
    opacity: 0.8;
}

.index-info .tab-3 .search-bar {
    width: 760px;
    height: 50px;
    background: url(/2023/tab3_search.png) no-repeat center center;
}

.index-info .tab-3 .search-bar .text {
    width: 615px;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 20px;
    font-size: 18px;
    margin: 0;
    color: #999;
    border: none;
    outline: none;
    background: none;
}

.index-info .tab-3 .search-bar .submit-btn {
    margin: 0 0 0 30px;
    padding: 0;
    width: 90px;
    height: 50px;
    line-height: 50px;
    border: none;
    outline: none;
    cursor: pointer;
    background: none;
}

.index-info .tab-3 .right-block {
    width: 460px;
    overflow: hidden;
}

.index-info .tab-3 .right-block .link-card-news {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
}

.index-info .tab-3 .link-card-top {
    height: 120px;
    overflow: hidden;
    margin-bottom: 20px;
}

.index-info .tab-3 .link-card-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 18px;
}

.index-info .tab-3 .link-card-title a {
    color: #1b5395;
}

.index-info .tab-3 .link-card-img {
    width: 100%;
    display: block;
}

.index-info .tab-3 .link-card-img:hover {
    opacity: 0.8;
}

.index-info .tab-3 .link-card-news-img {
    width: 160px;
    height: 120px;
    display: block;
}

.index-info .tab-3 .link-card-news-title {
    width: 245px;
    font-size: 22px;
    color: #1b5395;
    line-height: 1.4;
    margin-bottom: 20px;
}

.index-info .tab-3 .link-card-news-date {
    font-size: 16px;
    color: #333;
}

.index-info .tab-3 .right-block .link-card {
    display: block;
    margin-bottom: 20px;
}

.index-info .tab-3 .link-card-info-list {
    zoom: 1;
}

.index-info .tab-3 .link-card-info-list li {
    height: 24px;
    line-height: 24px;
    color: #333;
    font-size: 16px;
    background: url(/2023/list_point-mini.png) no-repeat 4px center;
    padding-left: 18px;
    margin-bottom: 5px;
}

.index-info .tab-3 .link-card-info-list li a {
    display: inline-block;
    width: 340px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-info .tab-3 .link-card-info-list li a:hover {
    text-decoration: underline;
}

.index-info .tab-3 .link-card-info-list li .date {
    float: right;
    color: #333;
    font-size: 16px;
}


/* index-card-4 */

.index-card-4 {
    margin: 0 auto;
    width: 1310px;
    height: 210px;
    background: url(/2023/bg-card-4.png) no-repeat center center;
    margin-bottom: 120px;
    overflow: hidden;
    position: relative;
}

.index-card-4 .hd {
    overflow: hidden;
    height: 30px;
    text-align: center;
}

.index-card-4 .hd ul {
    display: inline-block;
    overflow: hidden;
    zoom: 1;
}

.index-card-4 .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    overflow: hidden;
    margin-right: 20px;
    text-indent: -999px;
    cursor: pointer;
    background: url(/2023/list_point.png) no-repeat center center;
    opacity: 0.6;
}

.index-card-4 .hd ul li.on {
    opacity: 1;
}

.index-card-4 .bd {
    margin: 30px 15px 30px 15px;
}

.index-card-4 .bd ul {
    overflow: hidden;
    zoom: 1;
}

.index-card-4 .bd ul li {
    margin: 0 10px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.index-card-4 .bd ul li img {
    width: 300px;
    height: 100px;
    display: block;
}

.index-card-4 .bd ul li a:hover img {
    border-color: #999;
}

.index-card-4 .bd ul li .title {
    line-height: 24px;
}


/* index-card-1 */

.index-card-1 {
    width: 1300px;
    height: 140px;
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
}

.index-card-1 .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.index-card-1 .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 1300px;
    height: 140px;
    position: relative;
}

.index-card-1 .bd img {
    width: 1300px;
    height: 140px;
    display: block;
}

.index-card-1 .prev,
.index-card-1 .next {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -20px;
    display: block;
    width: 20px;
    height: 40px;
    background: url(/2023/m-left.png) center center no-repeat;
    opacity: 0.6;
}

.index-card-1 .next {
    background: url(/2023/m-right.png) center center no-repeat;
    left: auto;
    right: 10px;
}

.index-card-1 .prev:hover,
.index-card-1 .next:hover {
    opacity: 1;
}


/* public-footer */
.public-footer .fri_sels {
    width: 200px;
    height: 40px;
    float: left;
    position: relative;
    z-index: 130;
    cursor: pointer;
    margin-top: 20px;
    margin-right: 20px;
}

.public-footer .fri_sels.last {
    margin-right: 0;
}

.public-footer .fri_sels .handle {
    height: 40px;
    line-height: 40px;
    background: #fff url("/2023/fri_sel.png") no-repeat 175px center;
    padding-left: 10px;
    color: #333;
}

.public-footer .fri_sels ul {
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 130;
    background: #fff;
    width: 200px;
    max-height: 160px;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}

.public-footer .fri_sels:hover ul {
    display: block;
}

.public-footer .fri_sels li {
    height: 40px;
    line-height: 40px;
    vertical-align: top;
}

.public-footer .fri_sels li a {
    display: block;
    height: 40px;
    padding-left: 10px;
    width: 200px;
    color: #333;
}

.public-footer .fri_sels li a:hover {
    background: #f3f3f3;
    text-decoration: none;
}


/* 引入漂浮 */

.fr_bar {
    position: fixed;
    right: 0;
    z-index: 150;
    top: 50%;
    margin-top: -147px;
    width: 70px;
}

.fr_bar .title {
    height: 25px;
    line-height: 25px;
    background: #656766;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.fr_slide {
    position: relative;
    z-index: 150;
}

.fr_slide .btn {
    display: block;
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
    text-align: center;
}

.fr_slide .ico {
    display: block;
    margin: 0 auto;
}

.fr_slide .code {
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    right: 70px;
    top: 0;
    z-index: 150;
    display: none;
}

.fr_slide:hover .code {
    display: block;
}

.side-btn1 {
    background: url("/2023/side-btn1.png");
}

.side-btn1:hover {
    background: url("/2023/side-btn1-on.png");
}

.side-btn2 {
    background: url("/2023/side-btn2.png");
}

.side-btn2:hover {
    background: url("/2023/side-btn2-on.png");
}

.side-btn3 {
    background: url("/2023/side-btn3.png");
}

.side-btn3:hover {
    background: url("/2023/side-btn3-on.png");
}

.side-btn4 {
    background: url("/2023/side-btn4.png");
}

.side-btn4:hover {
    background: url("/2023/side-btn4-on.png");
}

.side-btn5 {
    background: url("/2023/side-btn5.png");
}

.side-btn5:hover {
    background: url("/2023/side-btn5-on.png");
}

.side-btn6 {
    background: url("/2023/side-btn6.png");
}